github.com/klauspost/compress/flate.compressor.blockStart (field)
11 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L119: blockStart int // window index where current tokens start
deflate.go#L139: if d.blockStart >= windowSize {
deflate.go#L140: d.blockStart -= windowSize
deflate.go#L142: d.blockStart = math.MaxInt32
deflate.go#L175: if d.blockStart <= index {
deflate.go#L176: window = d.window[d.blockStart:index]
deflate.go#L178: d.blockStart = index
deflate.go#L191: if d.blockStart <= index {
deflate.go#L192: window := d.window[d.blockStart:index]
deflate.go#L204: d.blockStart = index
deflate.go#L856: d.blockStart, d.byteAvailable = 0, false
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |